From 2588a12732e71e6754b53689b981ec6a37b39983 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 20 Mar 2017 15:01:04 +0000 Subject: [PATCH] x86: remove stale PVHv1 comment from PV domain builder Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- xen/arch/x86/pv/dom0_build.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/arch/x86/pv/dom0_build.c b/xen/arch/x86/pv/dom0_build.c index 3c5820d90c..65cd2c5019 100644 --- a/xen/arch/x86/pv/dom0_build.c +++ b/xen/arch/x86/pv/dom0_build.c @@ -875,10 +875,6 @@ int __init dom0_construct_pv(struct domain *d, paging_update_paging_modes(v); #endif - /* - * PVH Fixme: XENFEAT_supervisor_mode_kernel has been reused in PVH with a - * different meaning. - */ if ( test_bit(XENFEAT_supervisor_mode_kernel, parms.f_required) ) panic("Dom0 requires supervisor-mode execution"); -- 2.30.2